/* ============文章列表============== */

ul.newslist_time{
margin:0px;
padding:0px;
}

li.newslist_time {
margin:0;
padding-left:16px;
list-style-type: none;
background: transparent url(../img/li.gif) left no-repeat;
}

li.newslist_time .time{
float:right;
font:12px/30px "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
color:#999;
}

a.newslist_time:link,a.newslist_time:visited,a.newslist_time:active{
color:#505050;
text-decoration: none;
font:12px/30px "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}

a.newslist_time:hover{
color:#ff0000;
text-decoration: underline;
font:12px/30px "Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
}
